home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-2.iso / Files II / Multimedia / A-P / Net Game.sit / Net Game folder / Net Game / SR114M.DXR / 00393_script_forward.ls < prev    next >
Encoding:
Text File  |  1994-10-24  |  166 b   |  8 lines

  1. on script_forward
  2.   global current_page, total_pages, new_page
  3.   if current_page < total_pages then
  4.     set new_page to current_page + 1
  5.     goto_page()
  6.   end if
  7. end
  8.